home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _754F50BEF2114472916FC97FB93EEFAC < prev    next >
Encoding:
Text File  |  2004-03-17  |  438 b   |  27 lines

  1. shader()
  2. {
  3.     cull("none")
  4.     sortweight("sprite")
  5.  
  6.     pass()
  7.     {
  8.         pixelshader("downsample_glow.psh")
  9.  
  10.         tmu()
  11.         {
  12.             texture()
  13.             {
  14.                 mapchannel(0)
  15.                 usermap(0)
  16.  
  17.                 addressfunc("clamp", "clamp", "clamp")
  18.                 filtering("linear_no_mip")
  19.             }
  20.         }
  21.  
  22.         depthfunc("always", 0)
  23.         nofog()
  24.     }
  25. }
  26.  
  27.